home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / gbrowse.zip / GBROWSE.DOC < prev    next >
Text File  |  1992-07-12  |  3KB  |  53 lines

  1.  
  2.          ╔════════════════════════════════════════════════════╗
  3.          ║                                                    ║
  4.          ║                GBROWSE - GetBROWSE                 ║
  5.          ║     A browse object for the standard Get system    ║
  6.          ╟────────────────────────────────────────────────────╢
  7.          ╟────────────────────────────────────────────────────╢
  8.          ║     (c) Copyright 1992, John D. Lay, 70441,1543    ║
  9.          ║                ALL RIGHTS RESERVED                 ║
  10.          ║                                                    ║
  11.          ╚════════════════════════════════════════════════════╝
  12.  
  13.      The gbrowse.obj and gbrowse.ch files contain the commands and program to
  14. allow a scoped browse and validated input from within a READ command.  This is
  15. pure Clipper 5.01 code.  This version only works with files.  The next version
  16. will also work with arrays.  I will also make a version using Artful FreshWin,
  17. that accept mouse commands.  I am NOT releasing this as Shareware.  This
  18. VERSION is "Freeware" and I am not promising any upgrades or rights to future
  19. releases.  If you would like an unlimited license, please contact me for more
  20. details.  I would like to here your comments (good and bad).  
  21.  
  22. The command structure is:
  23. @ <Top>, <Left> TO <Bottom>, <Right> BROWSE                                 ;
  24.                                   [READONLY]                                ;
  25.                                   [ALIAS <(alias)>]                         ;
  26.                                   [PICTURE <pic>]                           ;
  27.                                   [COLOR <clr>]                             ;
  28.                                   [WHEN <when>]                             ;
  29.                                   [SEND <msg>]                              ;
  30.                                   [FIELDS <list,...>]                       ;
  31.                                   [DEFAULT  <(defld1)> TO <defval1>         ;
  32.                                           [,<(defldn)> TO <defvaln>]]       ;
  33.                                   [FOR <for>]                               ;
  34.                                   [VALID <vald>]                            ;
  35. Where:
  36.   Top, Left, Bottom, Right - Screen position
  37.   READONLY                 - If present do not allow editing
  38.   ALIAS                    - File alias to browse
  39.   PICTURE                  - Get Picture (when editing)
  40.   COLOR                    - Color string (browse & get)
  41.   WHEN                     - PreValidation for browse
  42.   SEND                     - Send message to GET object
  43.   FIELDS                   - Field Names to browse
  44.   DEFAULT                  - Default values for fields when adding records
  45.                              (fields do not have to be browsed!)
  46.   FOR                      - Browse scope
  47.   VALID                    - PostValidation for GET (within browse)
  48.   
  49.  
  50. Please let me know what you think.
  51.   John Lay
  52.   70441,1543
  53.